home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Frameworks
/
Dragonsmith 1.1.1
/
Base files
/
Utilities
/
ResourceUtils.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-13
|
186 b
|
13 lines
|
[
TEXT/KAHL
]
/*
ResourceUtils.h
*/
#pragma once
#ifndef kInvalidRefNum
#define kInvalidRefNum -1
#endif
OSErr SaveRes (Handle h);
OSErr CopyResHandle (Handle h, short destRF, Boolean overwrite);